From 361035055a82d56190c002f9b17434d869cbd9d4 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Mon, 14 Apr 2014 02:09:18 +0000 Subject: [PATCH] correct gui dependency for windows cross compiles. --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index f9f7cf660..6178ceb52 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -381,7 +381,7 @@ mac-release: tar cvzf gpsbabel-osx.tgz usr/bin/gpsbabel curl -u anonymous:anonymous --upload-file gpsbabel-osx.tgz ftp://upload.sf.net/incoming/ -gui: gpsbabel +gui: gpsbabel$(EXEEXT) cd gui ; $(QMAKE) app.pro && make cd gui ; $(LUPDATE) app.pro cd gui ; $(LRELEASE) app.pro -- 2.30.2